Combine related thoughts into the same paragraph
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Fri, 13 May 2016 23:56:54 +0000 (19:56 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Fri, 13 May 2016 23:56:54 +0000 (19:56 -0400)
src/doc/specifying-dependencies.md

index 8abb065331ed1f049aff434616b1106e5a069641..6860326105f3a6c2bffda198bf67a957f6868003 100644 (file)
@@ -49,10 +49,8 @@ be allowed with them:
 
 While SemVer says that there is no compatibility before 1.0.0, many programmers
 treat a `0.x.y` release in the same way as a `1.x.y` release: that is, `y` is
-incremented for bugfixes, and `x` is incremented for new features.
-
-As such, Cargo considers a `0.x.y` and `0.x.z` version, where `z > y`, to be
-compatible.
+incremented for bugfixes, and `x` is incremented for new features. As such,
+Cargo considers a `0.x.y` and `0.x.z` version, where `z > y`, to be compatible.
 
 ## Tilde requirements